ComponentOne ASP.NET MVC Controls
GroupBy Method (BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class : GroupBy Method
A list of the property names for grouping.
Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list.
Syntax
'Declaration
 
Public Overridable Function GroupBy( _
   ByVal ParamArray names() As String _
) As TBuilder
public virtual TBuilder GroupBy( 
   params string[] names
)

Parameters

names
A list of the property names for grouping.

Return Value

Current builder.
See Also

Reference

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Members